/* Id * * File informant.sym * Part of ChessBase utilities file format (CBUFF) * Author Anjo Anjewierden, anjo@swi.psy.uva.nl * Purpose Symbols according to Informant and Piet Tutelaers' fonts * Works with GNU CC 2.3.3 * * Notice Copyright (c) 1993 Anjo Anjewierden * * History 14/07/93 (Created) * 15/09/93 (Last modified) */

Etc: "
etc" KingSymbol: "
Fig K" QueenSymbol: "
Fig Q" RookSymbol: "
Fig R" BishopSymbol: "
Fig B" KnightSymbol: "
Fig N" PawnSymbol: "
Fig P" Quarter: "
quarter" Half: "
half ThreeQuarters: "
threequarter" WhiteBetter: "
wbetter" WhiteAdvantage: "
wupperhand" WhiteWinning: "
wdecisive" BlackBetter: "
bbetter" BlackAdvantage: "
bupperhand" BlackWinning: "
bdecisive" WhiteCompensation: "
compensation" BlackCompensation: "
compensation" Unclear: "
unclear" BishopPair: "
bishoppair" OppositeBishops: "
opposbishops" SameBishops: "
samebishops" DoublePawn: "
doublepawns" PassedPawn: "
passedpawn" IsolatedPawn: "
seppawns" ConnectedPawn: "
unitedpawns" WorseIs: "
small
leq" BetterIs: "
betteris" SpaceAdvantage: "
moreroom" OnlyMove: "
onlymove" WithIdea: "
withidea" QueensSide: "
qside" KingsSide: "
kside" With: "
with" Without: "
without" WithInitiative: "
withinit" WithAttack: "
withattack" WithCounterplay: "
counterplay" Diagonal: "
diagonal" Centre: "
centre" LineFile: "
file" Endgame: "
ending" Zugzwang: "
zugzwang" TimeTrouble: "
timelimit" DevelopmentAdvantage: "
devadvantage" WhiteWins: "
em 1:0" BlackWins: "
em 0:1" Draw: "
draw" Equality: "=" Novelty: "
novelty" Compensation: "
compensation" WeakPoint: "
weakpt" PawnEvaluation: "o" PawnConnection: ".." EditorialComment: "
comment" GoodMove: "!" BadMove: "?" InterestingMove: "!?" DubiousMove: "?!" BrilliantMove: "!!" Blunder: "??" Mate: "
mate" Acute_E: "
'E" Acute_a: "
'a" Acute_e: "
'e" Acute_i: "
'
i" Acute_o: "
'o" Acute_u: "
'u" Cedille_C: "
,C" Cedille_c: "
,c" Circumflex_a: "
^a" Circumflex_e: "
^e" Circumflex_i: "
^
i" Circumflex_o: "
^o" Circumflex_u: "
^u" Dot_A: "
AA" Dot_a: "
aa" German_S: "
ss" Grave_a: "
`a" Grave_e: "
`e" Grave_i: "
`
i" Grave_o: "
`o" Grave_u: "
`u" Scandi_AE: "
AE" Scandi_ae: "
ae" Tilde_N: "
 N" Tilde_n: "
 n" Umlaut_A: /
"A/ Umlaut_O: /
"O/ Umlaut_U: /
"U/ Umlaut_a: /
"a/ Umlaut_e: /
"e/ Umlaut_i: /
"
i/ Umlaut_u: /
"u/ Umlaut_y: /
"y/

/*———————————————————— * Printing moves *————————————————————*/

CastlingShort: "
mbox0-0" 0 is zero CastlingLong: "
mbox0-0-0" 0 is zero CaptureSymbol: "" Don't print captures IncheckSymbol: "" Don't print in check MoveHyphen: "" Short algebraic PromotionSymbol: "" Don't print it WhiteMoveSymbol: ".
@ " Space is default BlackMoveSymbol: "...
@ " Prints dots

/*———————————————————— * Printing variations *————————————————————*/

StartMajorAlternative: "
begininformantvariation" EndMajorAlternative: "
endinformantvariation" StartAlternative: "(" EndAlternative: ")" StartComment: "
begininformantcomment" EndComment: "
endinformantcomment" StartSubAlternative: "; "

/*———————————————————— * Printing diagrams *————————————————————*/

StartDiagram: "
begindiagram
font
Chess=chess18
board" EndDiagram: "
enddiagramStartDiagramRank: " " EndDiagramRank: "" DiagramWK: "K" DiagramWQ: "Q" DiagramWR: "R" DiagramWB: "B" DiagramWN: "N" DiagramWP: "P" DiagramBK: "k" DiagramBQ: "q" DiagramBR: "r" DiagramBB: "b" DiagramBN: "n" DiagramBP: "p" DiagramWhiteSquare: " " DiagramBlackSquare: "*"